@charset "utf-8";
/* SIR 지운아빠 */

/* 새글 스킨 (latest) */

/* 컬러 설정 */
.main_lt_mas {
}

.main_lt_mas:hover {
	color: var(--mainskin-base);
	background: var(--mainskin-point);
}
.main_lt_mas:hover .material-icons {
	color: var(--mainskin-base);
}
.main_lt_mas:hover .main_lt_ma {
	color: var(--mainskin-base);
}
.main_lt_ma {
	color: var(--mainskin-text);
}
.main_lt_ma .material-icons {
	color: var(--mainskin-point);
}
/* 메인 최신글 스킨 (다른 스킨 이용 시엔 skin>latest>해당 스킨 부분을 수정해주세요) */

.main_lt {
  width: 100%;
}
.main_lt_title {
    font-size: 24px;
    font-weight: normal;
    margin: 11px 3px;
    text-align: center !important;
    margin-bottom: 40px;
}
.main_lt_ma {
  font-weight: normal;
}
.main_lt_mas {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  white-space : nowrap;
  align-items: center;
  justify-content: space-between;
  height: fit-content;
  position: relative;
  transition-duration: 0.5s;
  left: 0px;
  margin: 6px 0px;
  padding: 0px 10px;
}
.main_lt_mas a {
    cursor: pointer !important;
}
.main_lt_ma li {
  display: flex;
  align-items: center;
  overflow: visible;
}
.main_lt_ma img {
    margin-right: 5px;
}
.main_lt_name {
    opacity: 0;
    padding: 2px 5px;
    border-radius: 5px;
}
.main_lt_mas:hover {
    left: 10px;
}
.main_lt_mas:hover .main_lt_name {
    opacity: 1;
}
.main_lt_ma .material-icons {
  font-size: 16px;
  margin: 0px 4px;
}